Esx Settings Clusters Configuration ComplianceInfo

Esx Settings Clusters Configuration ComplianceInfo
Esx Settings Clusters Configuration ComplianceInfo

The Esx Settings Clusters Configuration ComplianceInfo schema contains properties that describe the configuration drift between the desired document and the configurations on the ESXi host.

This schema was added in vSphere API 8.0.1.0.

JSON Example
{
    "sets": [
        {
            "path": "string",
            "display_path": [
                "string"
            ],
            "current": "string",
            "target": "string",
            "type": "string",
            "reference_current": "string",
            "reference_target": "string"
        }
    ],
    "adds": [
        {
            "path": "string",
            "display_path": [
                "string"
            ],
            "current": "string",
            "target": "string",
            "type": "string",
            "reference_current": "string",
            "reference_target": "string"
        }
    ],
    "deletes": [
        {
            "path": "string",
            "display_path": [
                "string"
            ],
            "current": "string",
            "target": "string",
            "type": "string",
            "reference_current": "string",
            "reference_target": "string"
        }
    ]
}
sets
Optional

List of configuration drifts represented by Esx Settings Clusters Configuration SettingCompliance. Each describing a configuration whose value on ESXi host is different to that in the desired document

This property was added in vSphere API 8.0.1.0.

This field is missing or null if there are no drifts to report in this category.

adds
Optional

List of configuration drifts represented by Esx Settings Clusters Configuration SettingCompliance. Each describing a configuration that is present in the desired document but absent on the ESXi host.

This property was added in vSphere API 8.0.1.0.

This field is missing or null if there are no drifts to report in this category.

deletes
Optional

List of configuration drifts represented by Esx Settings Clusters Configuration SettingCompliance. Each describing a configuration that is present on the ESXi host but absent in the desired document.

This property was added in vSphere API 8.0.1.0.

This field is missing or null if there are no drifts to report in this category.